Class: BugherdAPI::Base

Inherits:
ActiveResource::Base
  • Object
show all
Defined in:
lib/bugherd/base.rb

Direct Known Subclasses

Comment, Project, Task, User

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