0.0.3 • Published 10 years ago

ember-cli-activemodel-adapter v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Active Model Adapter

An ember-cli addon for an Active Model Adapter for Ember.

Installation

Install the Active Model adapter from npm:

$ npm install --save ember-cli-activemodel-adapter

Then, you need to set the API URL as an environment variable:

Ember.ENV.ACTIVE_MODEL_API_URL = 'http://example.com/api/v1';

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander.