Skip to content

Instantly share code, notes, and snippets.

@mooru
Created November 4, 2013 12:45
Show Gist options
  • Select an option

  • Save mooru/7301942 to your computer and use it in GitHub Desktop.

Select an option

Save mooru/7301942 to your computer and use it in GitHub Desktop.
Members DB
class Church < ActiveRecord::Base
has_many :members
has_many :memberships, through: :members
has_many :genders, through: :members
has_many :ministries, through: :members
has_many :ages, through: :members
has_many :occupations, through: :members
has_many :marital_statuses, through: :members
has_many :departments, through: :members
end
@Favorwilliams
Copy link

My Pleasure to write you,
My name is Favor Williams,
My email address is
( [email protected])
Am interested to know
more about you,
Contact me for my
photo and other
important issue via,

[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment