forgot to add a file
did
committed May 06, 2014
commit e5f009f8d537ffe326c5152edf1f0d5d3a76406b
Showing 1
changed file with
20 additions
and 0 deletions
locomotive/wagon/generators/site/line_case.rb b/lib/locomotive/wagon/generators/site/line_case.rb
+20
-0
| @@ | @@ -0,0 +1,20 @@ |
| + | module Locomotive |
| + | module Wagon |
| + | module Generators |
| + | module Site |
| + | |
| + | class LineCase < Base |
| + | |
| + | def bundle_install |
| + | super |
| + | end |
| + | |
| + | end |
| + | |
| + | Locomotive::Wagon::Generators::Site.register(:line_case, LineCase, %{ |
| + | A simple portfolio site. |
| + | }) |
| + | end |
| + | end |
| + | end |
| + | end |
| \ No newline at end of file | |