【RoR】Ruby on Rails Part15
■ このスレッドは過去ログ倉庫に格納されています
0422nobodyさん
2012/09/28(金) 16:39:55.76ID:???@blog.entries.map{ |entry| entry.comments }
上と同じ
@blog.entries.map(&:comments)
もしくは
class Blog
has_many :entries
has_many :comments, :through => :entries
で @blog.comments
>>421
config.ru に use Rack::Deflater でgzip圧縮出来るで
■ このスレッドは過去ログ倉庫に格納されています