Skip to content

Instantly share code, notes, and snippets.

@katienreed
Last active November 8, 2016 02:07
Show Gist options
  • Save katienreed/5294a9138231278d396fcad3990aa639 to your computer and use it in GitHub Desktop.
Save katienreed/5294a9138231278d396fcad3990aa639 to your computer and use it in GitHub Desktop.
# app/helpers/unit_check_helper.rb
module UnitCheck
def unit_check(@number, @time)
if @number = 1
@time.chop!
else if
@time
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment