module ExtForm
Constants
- VERSION
Public Class Methods
setup() { |self| ... }
click to toggle source
Default way to setup SimpleForm. Run rails generate simple_form:install to create a fresh initializer with all configuration values.
# File lib/ext_form.rb, line 44 def self.setup yield self end