Module: IshLibAssets::ApplicationHelper

Defined in:
app/helpers/ish_lib_assets/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#pretty_date(input) ⇒ Object



3
4
5
# File 'app/helpers/ish_lib_assets/application_helper.rb', line 3

def pretty_date input
  return input.strftime("%Y-%m-%d")
end