Sha256: 287f9b0e52ab16acc568ef166b0e9bcce90e4938375addc71292f191b90a9bcb
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
require 'opale/helpers/sortable_helper' module Opale class Railtie < Rails::Railtie initializer 'opale.helpers.sortable_helper' do ActionView::Base.send :include, SortableHelper end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opale-0.1.3 | lib/opale/railtie.rb |
opale-0.1.2 | lib/opale/railtie.rb |