aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/account.rb
blob: c25d12e1386387fadb775ac1778cacbeaf831b41 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true
class Account
  include ActiveModel::ForbiddenAttributesProtection

  public :sanitize_for_mass_assignment
end