Class: BugherdAPI::Base
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- BugherdAPI::Base
- Defined in:
- lib/bugherd/base.rb
Class Method Summary collapse
Class Method Details
.inhereted(base) ⇒ Object
6 7 8 9 |
# File 'lib/bugherd/base.rb', line 6 def self.inhereted(base) BugherdAPI.resources << base super end |