Closed jsmestad closed 10 years ago
It appears something like this is not supported yet:
class Base include JSONAPI::Consumer::Resource self.host = 'http://foobar/api/' end class User < Base end
It errors with NotImplementedError: host was not set
NotImplementedError: host was not set
It appears something like this is not supported yet:
It errors with
NotImplementedError: host was not set