No description
Andrew Tomaka
621a8cf7c4
Match current API endpoints (/links, /characters) There is a pull request that is currently active (within the last day) for Active Model Serializers that will allow for nested and inline Serializers. This will allow `CardSerializer` to go from the complicated monstrosity that it is to a much simpler representation. For example ``` has_one :character ``` instead of: ``` def character Api::V1::CharacterSerializer.new(object.character) end ``` follow this pull request at https://github.com/rails-api/active_model_serializers/pull/1225 See merge request !1 |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
vendor/assets | ||
.env.sample | ||
.gitignore | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
README.rdoc |
== README This README would normally document whatever steps are necessary to get the application up and running. Things you may want to cover: * Ruby version * System dependencies * Configuration * Database creation * Database initialization * How to run the test suite * Services (job queues, cache servers, search engines, etc.) * Deployment instructions * ... Please feel free to use a different markup language if you do not plan to run <tt>rake doc:app</tt>.