Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-isler committed Oct 23, 2024
1 parent b903ad6 commit ced278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/config/initializers/hotsheet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Hotsheet.configure do |config|
config.model :Author do |model|
model.included_attributes = %i[name birthdate gender updated_at]
model.included_attributes = %i[name birthdate gender created_at]
end

config.model :Post do |model|
Expand Down

0 comments on commit ced278d

Please sign in to comment.