vigetlabs/watch-dog

View on GitHub
app/helpers/main.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Main
  helpers do    
    # Your helpers go here. You can also create another file in app/helpers with the same format.
    # All helpers defined here will be available across all the application.
    #
    # @example A helper method for date formatting.
    #
    #   def format_date(date, format = "%d/%m/%Y")
    #     date.strftime(format)
    #   end        
  end
end