Skip to content

avishekjana/rails-state-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment instructions

  1. Clone the repository.
  2. Install gems with bundle install.
  3. Migrate the database with rails db:migrate or rake db:migrate.
  4. Start the application with rails s.