This template can be used to add some basic functionality to new Rails apps that you create while learning on CodeSprout.
Clone the template repository:
git clone git@github.com:codesprout-com/product-build-rails-starter-template.git
Reference the template.rb
file when creating a new Rails application, e.g:
rails new awesome_app -d postgresql -m ./product-build-rails-starter-template/template.rb