Sha256: aab0129e4abaab27e0b5de8541f626da263c164a804887fada80efab8f6868fd

Contents?: true

Size: 281 Bytes

Versions: 5

Compression:

Stored size: 281 Bytes

Contents

require 'andy_rails_toolbox/font-awesome-rails'
require 'andy_rails_toolbox/bootstrap-sass'

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

5 entries across 5 versions & 1 rubygems

Version Path
andy_rails_toolbox-1.3.0 lib/andy_rails_toolbox.rb
andy_rails_toolbox-1.2.1 lib/andy_rails_toolbox.rb
andy_rails_toolbox-1.2.0 lib/andy_rails_toolbox.rb
andy_rails_toolbox-1.1.1 lib/andy_rails_toolbox.rb
andy_rails_toolbox-1.1.0 lib/andy_rails_toolbox.rb