Skip to content

Commit

Permalink
Use ActiveModel::Model
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Jan 23, 2025
1 parent c4bfa0c commit a7f1029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/test_track/resource.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TestTrack::Resource
extend ActiveSupport::Concern

include ActiveModel::API
include ActiveModel::Model
include ActiveModel::Attributes

private
Expand Down

0 comments on commit a7f1029

Please sign in to comment.