Module: SimpleForm::Bootstrap::FormBuilders

Extended by:
ActiveSupport::Autoload
Defined in:
lib/simple_form/bootstrap/form_builders.rb

Defined Under Namespace

Modules: Button, DateTime

Class Method Summary collapse

Class Method Details

.load!Object



4
5
6
7
8
# File 'lib/simple_form/bootstrap/form_builders.rb', line 4

def self.load!
  Dir.glob("#{__dir__}/form_builders/*") do |path|
    require path
  end
end