On Oct 29, 7:46 pm, reHa <[EMAIL PROTECTED]> wrote:
> I ussually add my things after the initializer - mybe try this way
>
> Rails::Initializer.run do |config|
> #standard stuff
> end
>
> #my stuff
> APP_TEXT = ....
>
The reason why this is a good thing is that it means the code runs
after Rails has been loaded. Given that HashWithIndifferentAccess is
part of rails this is a good thing !
Fred
(PS: config/initializers)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---