Page MenuHomeGRNET

bootstrap_form.rb
No OneTemporary

File Metadata

Created
Thu, Apr 24, 4:26 PM

bootstrap_form.rb

require 'bootstrap_form/form_builder'
require 'bootstrap_form/helper'
module BootstrapForm
module Rails
class Engine < ::Rails::Engine
end
end
end
ActionView::Base.send :include, BootstrapForm::Helper

Event Timeline