jam-cloud/admin/doc/README_FOR_APP

14 lines
454 B
Plaintext
Raw Permalink Normal View History

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.
* bundle exec rake db:seed
* JamRuby::User#admin toggles creation/deletion of AdminUser accounts
* 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