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

Version Path
sht_rails-0.2.3 lib/generators/sht_rails/helpers.rb
sht_rails-0.2.2 lib/generators/sht_rails/helpers.rb
sht_rails-0.2.1 lib/generators/sht_rails/helpers.rb
sht_rails-0.2.0 lib/generators/sht_rails/helpers.rb
sht_rails-0.1.1 lib/generators/sht_rails/helpers.rb
sht_rails-0.1.0 lib/generators/sht_rails/helpers.rb