Module: TurboMaterial
- Defined in:
- lib/turbo_material.rb,
lib/turbo_material/engine.rb,
lib/turbo_material/version.rb,
lib/turbo_material/configuration.rb,
app/helpers/turbo_material/input_helper.rb,
app/helpers/turbo_material/modal_helper.rb,
app/helpers/turbo_material/radio_helper.rb,
app/jobs/turbo_material/application_job.rb,
app/helpers/turbo_material/select_helper.rb,
app/helpers/turbo_material/switch_helper.rb,
app/helpers/turbo_material/tooltip_helper.rb,
app/helpers/turbo_material/checkbox_helper.rb,
app/helpers/turbo_material/chip_set_helper.rb,
app/helpers/turbo_material/textarea_helper.rb,
app/helpers/turbo_material/data_table_helper.rb,
app/models/turbo_material/application_record.rb,
app/helpers/turbo_material/application_helper.rb,
app/helpers/turbo_material/chips_input_helper.rb,
app/helpers/turbo_material/menu_button_helper.rb,
app/mailers/turbo_material/application_mailer.rb,
app/helpers/turbo_material/chips_select_helper.rb,
lib/generators/turbo_material/install_generator.rb,
app/controllers/turbo_material/lookbook_controller.rb,
app/controllers/turbo_material/application_controller.rb,
app/helpers/turbo_material/chips_input_options_helper.rb
Defined Under Namespace
Modules: ApplicationHelper, CheckboxHelper, ChipSetHelper, ChipsInputHelper, ChipsInputOptionsHelper, ChipsSelectHelper, DataTableHelper, InputHelper, MenuButtonHelper, ModalHelper, RadioHelper, SelectHelper, SwitchHelper, TextareaHelper, TooltipHelper Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Configuration, Engine, InstallGenerator, LookbookController
Constant Summary collapse
- VERSION =
"0.2.18"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
7 8 9 |
# File 'lib/turbo_material.rb', line 7 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
14 15 16 |
# File 'lib/turbo_material.rb', line 14 def self.configure yield(configuration) end |