search for: account_system_type

Displaying 1 result from an estimated 1 matches for "account_system_type".

Did you mean: account_system_time
2008 Sep 06
6
Configuring custom library
Hi, I''ve added a custom library called lib\AccountSystem like so: "module AccountSystem SINGLE = 1 MULTIPLE = 2 class << self attr_accessor :account_system_type end end" Now I wanna configure AccountSystem.account_system_type=AccountSystem::SINGLE in one app. I used an initializer: config/initializers/account_initialization.rb where I put this line in. I included my AccountSystem in the ApplicationController. So now I''d like to check wit...