Sha256: dd9945debbba03bac8c3cb51843d318c0351856fb3e771127f7db79c85d3109f

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

Stored size: 634 Bytes

Contents

=begin

  @FileName:                                          constants.rb

	@Company Name and Copyright information:            Mindfire Solutions Pvt. Ltd.

	@Creator name and date:                             Indranil Mukherjee 07/06/2012

	@Description of the file contents:                  This is containing the constants which are used globally

=end

USER_CREATION_TIME_FORMAT = "%A, %d %B %Y" # user creation date format to be displayed

MODEL_DIR = 'app/models/*.rb' # model path

ALL = "_all"

READ = "_read"

CREATE = "_create"

UPDATE = "_update"
      
DESTROY = "_destroy"

VALUE = "_value"

HOME_LAYOUT = "users/home"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mcms_authentication-1.0.0 config/initializers/constants.rb
mcms_authentication-0.0.3 config/initializers/constants.rb