aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/account.rb
blob: 40408e5708a62ad673d14642dd268678490e2f65 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

class Account
  include ActiveModel::ForbiddenAttributesProtection

  public :sanitize_for_mass_assignment
end