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