Class: Roadie::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- Roadie::Railtie
- Defined in:
- lib/roadie/railtie.rb
Overview
Railtie registers Roadie with the current Rails application It adds configuration options:
config.roadie.enabled = true
Set this to false to disable Roadie completely. This could be useful if
you don't want Roadie in certain environments.
config.roadie.provider = nil
You can use this to set a provider yourself. See {Roadie::AssetProvider}.