lib/exposure/configuration.rb in exposure-0.2.0 vs lib/exposure/configuration.rb in exposure-0.2.1
- old
+ new
@@ -6,10 +6,10 @@
# :only => array of REST methods names as symbols to only include
# defaults to [:index, :show, :new, :create, :edit, :update, :destroy]
# :except => array of REST methods to exclude
# defaults to [ ]
# :formats => array of
- # defaults to [ :html, :xml]
+ # defaults to [ :html, :xml ]
#
def expose_many(name, options = {})
@_exposed_resource_name = name
@_exposed_resource_options = options
\ No newline at end of file