mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Add Gemfile dependencies to ActiveRecord and sqlite3.
This commit is contained in:
1
test/fixtures/active_record.rb
vendored
1
test/fixtures/active_record.rb
vendored
@@ -37,7 +37,6 @@ module ARModels
|
||||
|
||||
class PostSerializer < ActiveModel::Serializer
|
||||
attributes :id, :title, :body
|
||||
params :title, :body
|
||||
|
||||
has_many :comments
|
||||
belongs_to :author
|
||||
|
||||
Reference in New Issue
Block a user