class Contact < ActiveRecord::Base | |
has_dynamic_attributes | |
# ... other code | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
class Contact < ActiveRecord::Base | |
has_dynamic_attributes | |
# ... other code | |
end |