Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 399 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 399 Bytes

RoundTable-Template

To run add -m "template.rb" after the rails new command if you have this locally

rails new test_program -m "template.rb"

To run from github use https://raw.githubusercontent.com/RoundtableDevelopment/RoundTable-Template/master/template.rb

rails new test_program -m "https://raw.githubusercontent.com/RoundtableDevelopment/RoundTable-Template/master/template.rb"