lib/azeroth/options.rb in azeroth-0.6.2 vs lib/azeroth/options.rb in azeroth-0.6.3

- old
+ new

@@ -25,26 +25,23 @@ [only].flatten.map(&:to_sym) - [except].flatten.map(&:to_sym) end # @method only # @api private - # @public # # filter of only actions to be built # # @return [Array<String,Symbol>] # @method except # @api private - # @public # # actions to be ignored # # @return [Array<String,Symbol>] # @method decorator # @api private - # @public # # decorator class to be used # # when set as true/false, it either infer # the class (model_class::Decorator) or