Guest User

Untitled

a guest
Jul 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class Winery < ActiveRecord::Base
  2. has_many :blogpost_associations
  3. has_many :wine_varieties_wineries
  4. has_many :wine_varieties, :through => :wine_varieties_wineries
  5. has_many :blogposts, :through => :blogpost_associations #, this doesn't work:order => "blogposts DESC"
Add Comment
Please, Sign In to add comment