Sha256: 3abafcf3c337a1fad50fd6174aabae393b691e40d7227d69566e3cdd2bc676d9
Contents?: true
Size: 426 Bytes
Versions: 12
Compression:
Stored size: 426 Bytes
Contents
module Lightbox2Helpers VERSION = '0.5' # Returns the default_options hash. These options are by default provided to every calendar_date_select control, unless otherwise overrided. # # Example: # # At the bottom of config/environment.rb: # Lightbox2Helper.default_options.update( # ... whatever options you want to inser here # ) def self.default_options @default_options ||= { } end end
Version data entries
12 entries across 12 versions & 1 rubygems