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