Module Camping::Views
In: lib/reststop.rb

Methods

Public Class methods

Call this inside your Views module to set a default format.

For example:

  module Foobar::Views
    module HTML
      # ... etc.
    end
    default_format :XML
  end

[Validate]