Skip to content

Commit

Permalink
Proposed JSON API object skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Jan 29, 2016
1 parent f5ec8ed commit daa6596
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/active_model_serializers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
module ActiveModelSerializers
extend ActiveSupport::Autoload
autoload :Model
autoload :Adapter
autoload :Callbacks
autoload :Deserialization
autoload :Logging
Expand Down
6 changes: 6 additions & 0 deletions lib/active_model_serializers/adapter.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module ActiveModelSerializers
module Adapter
extend ActiveSupport::Autoload
autoload :JsonApi
end
end
Loading

0 comments on commit daa6596

Please sign in to comment.