Method: Refile.automount
- Defined in:
- lib/refile.rb
.automount ⇒ Boolean
Should the rack application be automounted in a Rails app?
If set to false then Refile.app should be mounted in the Rails application routes.rb with the options ‘at: Refile.mount_point, as: :refile_app`
The default is true.
125 126 127 |
# File 'lib/refile.rb', line 125 def automount @automount end |