Page MenuHomeGRNET

bootstrap_form.rb
No OneTemporary

File Metadata

Created
Mon, Aug 17, 7:59 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