Module | Camping::Views |
In: |
lib/reststop.rb
|
See Camping#render
Call this inside your Views module to set a default format.
For example:
module Foobar::Views module HTML # ... etc. end default_format :XML end