Module: Compass::AppIntegration::Rails
- Extended by:
- Rails
- Included in:
- Rails
- Defined in:
- lib/compass/app_integration/rails.rb,
lib/compass/app_integration/rails/installer.rb,
lib/compass/app_integration/rails/configuration_defaults.rb
Defined Under Namespace
Modules: ConfigurationDefaults
Classes: Installer
Instance Method Summary
collapse
Instance Method Details
#configuration ⇒ Object
18
19
20
21
|
# File 'lib/compass/app_integration/rails.rb', line 18
def configuration
Compass::Configuration::Data.new('rails').
extend(ConfigurationDefaults)
end
|
#installer(*args) ⇒ Object
14
15
16
|
# File 'lib/compass/app_integration/rails.rb', line 14
def installer(*args)
Installer.new(*args)
end
|