Module: MHaml::Generators::Helpers
- Included in:
- InstallGenerator
- Defined in:
- lib/generators/mhaml/helpers.rb
Instance Method Summary collapse
Instance Method Details
#app_path ⇒ Object
13 14 15 |
# File 'lib/generators/mhaml/helpers.rb', line 13 def app_path "app" end |
#asset_path ⇒ Object
5 6 7 |
# File 'lib/generators/mhaml/helpers.rb', line 5 def asset_path "app/assets" end |
#js_path ⇒ Object
9 10 11 |
# File 'lib/generators/mhaml/helpers.rb', line 9 def js_path "#{asset_path}/javascripts" end |