Has Phone Numbers plugin
Plugin details
Documentation
ruby script/plugin install http://svn.pluginaweek.org/trunk/has_phone_numbers
Description
==============
A phone number is a simple model whose data and functionality should be standardized across multiple applications. Phone numbers are minimialistic in terms of the type of data required and follows the standard U.S. format. upport for international formats may be added in the future.
Usage
========
Running migrations
---------------------
To migrate the tables required for this plugin, you can either run the migration from the command line like so:
rake db:migrate:plugins PLUGIN=has_phone_numbers
or (more ideally) generate a migration file that will integrate into your main application's migration path:
ruby script/generate plugin_migration has_phone_numbers
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | Back in time (1 older version) | Last edited by: obrie572, about 1 month ago

