Has Phone Numbers plugin

Plugin details

has_phone_numbers demonstrates a reference implementation for handling phone numbers.

Websitehttp://wiki.pluginaweek.org/Has_phone_numbers Repositoryhttp://svn.pluginaweek.org/trunk/has_phone_numbers Author Aaron Pfeifer Tags phone LicenseMIT

Documentation

Install the plugin:
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 documentation

Edit plugin | Back in time (1 older version) | Last edited by: obrie572, about 1 month ago