Module: CustomTable

Defined in:
lib/custom_table.rb,
lib/custom_table/engine.rb,
lib/custom_table/version.rb,
lib/custom_table/configuration.rb,
app/helpers/custom_table/icons_helper.rb,
app/jobs/custom_table/application_job.rb,
app/helpers/custom_table/fieldset_helper.rb,
app/models/custom_table/application_record.rb,
app/helpers/custom_table/application_helper.rb,
app/mailers/custom_table/application_mailer.rb,
app/controllers/custom_table/settings_controller.rb,
app/controllers/custom_table/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, FieldsetHelper, IconsHelper Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Configuration, Engine, SettingsController

Constant Summary collapse

VERSION =
"1.0.10"

Class Method Summary collapse

Class Method Details

.configurationObject



6
7
8
# File 'lib/custom_table.rb', line 6

def self.configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



10
11
12
# File 'lib/custom_table.rb', line 10

def self.configure(&block)
  yield(configuration)
end