Sha256: 7fd4480e773ee24715bc028ef57d7016e2d5406bd87285859f81341a146658fd
Contents?: true
Size: 622 Bytes
Versions: 32
Compression:
Stored size: 622 Bytes
Contents
# This is the default ApplicationHelper. # Place methods here which are global to your application. # By default all controllers include this file. # # To load a helper file into a controller: # # Example: # # -files: app_root/app/helpers/helper1_helper.rb, app_root/app/helpers/helper2_helper.rb # # -declare inside controller: self.require_view_helpers=[:helper1, :helper2] # # By default all helpers are automatically included into the base partial class. # Be care to avoid methods with the same names between helper modules. # The helpers are included alphabetically by file name module ApplicationHelper end
Version data entries
32 entries across 18 versions & 2 rubygems