Module: Consumer::Controls::Consumer::ErrorHandler

Defined in:
lib/consumer/controls/consumer/error_handler.rb

Defined Under Namespace

Classes: Example

Class Method Summary collapse

Class Method Details

.example(category = nil) ⇒ Object



5
6
7
8
9
# File 'lib/consumer/controls/consumer/error_handler.rb', line 5

def self.example(category=nil)
  category ||= Category.example

  Example.new(category)
end