Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Aug 7, 2017
1 parent 7013aa9 commit 7b60d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/local_time_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def local_relative_time(time, options = nil)
end

def local_time_ago(time, options = nil)
options, type = extract_options_and_value(options, :type)
options, * = extract_options_and_value(options, :type)
options[:type] = 'time-ago'
local_relative_time time, options
end
Expand Down

0 comments on commit 7b60d1d

Please sign in to comment.