Module: RestMyCase::HttpStatus
- Defined in:
- lib/rest_my_case/http_status.rb
Class Method Summary collapse
Class Method Details
.included(parent_class) ⇒ Object
5 6 7 8 9 |
# File 'lib/rest_my_case/http_status.rb', line 5 def self.included(parent_class) parent_class.include Status parent_class.trial_court.context_class = Context::HttpStatus end |