Sha256: 5f2d7c5134cba7074b4a29427af2d50320f9cd20d905f21b49286fd59a9e9dcc

Contents?: true

Size: 188 Bytes

Versions: 2

Compression:

Stored size: 188 Bytes

Contents

module AndyRailsToolbox
  class Engine < ::Rails::Engine
    initializer 'andy_rails_toolbox' do
      # include helpers path
      paths['app/helpers'] << 'app/helpers'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
andy_rails_toolbox-1.0.1 lib/andy_rails_toolbox.rb
andy_rails_toolbox-1.0.0 lib/andy_rails_toolbox.rb