Top Level Namespace

Defined Under Namespace

Modules: ActiveAdmin, ActiveLeonardo, ApplicationHelpers, Erb, LayoutHelper, Leolay, Leosca, Rails, Rspec Classes: Array, DevelopmentMailInterceptor, LeolayGenerator

Constant Summary collapse

CONFIG =

Put application’s parameters into config.yml

HashWithIndifferentAccess.new(YAML.load_file("#{Rails.root}/config/config.yml")[Rails.env])
WINDOWS =
(RUBY_PLATFORM =~ /dos|win32|cygwin/i) || (RUBY_PLATFORM =~ /(:?mswin|mingw)/)
CRLF =
WINDOWS ? "\r\n" : "\n"