Sha256: a0a29cc663bfc59f64dcfa9b6d59dbbdead98a7ed3a2058cb5ee1a8aa4300b62
Contents?: true
Size: 235 Bytes
Versions: 6
Compression:
Stored size: 235 Bytes
Contents
module ShtRails module Generators module Helpers def asset_path "app/assets" end def js_path "#{asset_path}/javascripts" end def app_path "app" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems