Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created July 14, 2012 18:37
Show Gist options
  • Select an option

  • Save austinbv/3112593 to your computer and use it in GitHub Desktop.

Select an option

Save austinbv/3112593 to your computer and use it in GitHub Desktop.
class Artist < ActiveRecord::Base
has_many :albums
belongs_to :record_label
def albums
return 5
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment