chadev / chatech-jobs

A job board for Chattanooga's Developers and Tech peoples.
http://jobs.chadev.com
3 stars 6 forks source link

Add Initial Admin User in seeds.rb #13

Closed seabre closed 9 years ago

seabre commented 9 years ago

Dev/designers need to get the app working quickly when working on a project. An admin account to login in the setup process of the project is needed to facilitate that.

seabre commented 9 years ago

Modified admin user creation in seeds.rb to use find_or_create_by.

keathley commented 9 years ago

LGTM