datadecisions / acts_as_contactable
acts_as_contactable
PublicSets up addresses, phone_numbers etc for rails ActiveRecord Models
15 filesupdated Jun 18, 2026
files10Download
./generatorsJun 18, 2026./libJun 18, 2026./tasksJun 18, 2026./testJun 18, 2026init.rbJun 18, 2026install.rbJun 18, 2026MIT-LICENSE.txtJun 18, 2026RakefileJun 18, 2026READMEJun 18, 2026uninstall.rbJun 18, 2026README
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)