You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby on Rails plugin acts_as_contactable creates all the backend material needed for storing multiple addresses and phone numbers for any given model. First, run the generation task ./script/generate contactable. Then create or modify an ActiveRecord Model as such:
class MyModel < ActiveRecord::Base
acts_as_contactable
end
Download or contribute to the project at the following git repository