2012-08-29 13:21:56 +00:00
|
|
|
Use this README file to introduce your application and point to useful places in the API for learning more.
|
|
|
|
|
Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
|
2013-01-04 18:05:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
* bundle exec rake db:seed
|
|
|
|
|
* JamRuby::User#admin toggles creation/deletion of AdminUser accounts
|
2013-01-06 02:51:46 +00:00
|
|
|
* Admin accounts have no corresponding JamRuby::User accounts
|
2013-01-05 09:43:40 +00:00
|
|
|
* Constants::ADMIN_USER_EMAILS creates master admin account from db/seeds.rb
|
2013-01-06 02:51:46 +00:00
|
|
|
|
2013-01-04 18:05:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|