Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 354 Bytes

File metadata and controls

18 lines (13 loc) · 354 Bytes

IT 123

Awesome it resources.

Information

Installation

heroku config:set EMAIL=[...]
heroku run rake db:migrate
heroku run rails console
Admin.create!({ :email => '...', :password => '...', :password_confirmation => '...' })