Skip to content

Commit

Permalink
Klass#materials_fee remove unused :multiplier option
Browse files Browse the repository at this point in the history
In reviewing issue, noticed that multiplier option was NOT working.  Sure enough, this code didn’t need it. thoughtbot/administrate#520
  • Loading branch information
mattscilipoti committed May 16, 2016
1 parent a94b871 commit 542ae20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/dashboards/klass_dashboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class KlassDashboard < Administrate::BaseDashboard
student_count_maximum: Field::Number,
materials_fee: Field::Number.with_options(
prefix: "$",
multiplier: 0.01,
decimals: 2,
),
}.freeze
Expand Down

0 comments on commit 542ae20

Please sign in to comment.