Skip to content

datadecisions/acts_as_contactable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActsAsContactable
=================

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

git://github.com/datadecisions/acts_as_contactable.git

Released under the MIT license (included)

About

Sets up addresses, phone_numbers etc for rails ActiveRecord Models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages