Thx for all your suggestions, but it always ended up with this error.
NoMethodError in GalleriesController#index
undefined method `photos' for #<Class:0x54a56dc>
def index
@title = "gallery preview"
@user = User.find(params[:user_id])
@gallery = @user.galleries
@primary = @gallery.photos.primary.first
end
I think, that my routes should be fine.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---