Created
July 10, 2011 11:00
-
-
Save skilldrick/1074457 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Person < ActiveRecord::Base | |
has_many :friends | |
demeter_mate :friends, :with => :find, :create | |
end | |
# This gives: | |
# :find_friend, :create_friend | |
# as well as the other variations of inflection and order |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment