Skip to content

Commit

Permalink
FIX, ".freeze" was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
europ committed Aug 16, 2017
1 parent 612d87d commit e3105a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/view_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module ViewHelper
30.minutes => N_("30 Minutes"),
45.minutes => N_("45 Minutes"),
1.hour => N_("1 Hour")
}
}.freeze

class << self
def concat_tag(*args, &block)
Expand Down

0 comments on commit e3105a1

Please sign in to comment.