Displaying 1 result from an estimated 1 matches for "default_currency_typ".
Did you mean:
default_currency_type
2006 Mar 03
1
number_to_currency() helper == non DRY == could be improved
...9;
override functionality that I use a lot.
## add a custom session ID for this site (when developing with many
apps on local system)
ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS[:session_key] =
''00_shows_at_top_of_sorted_cookies_list''
Whereby we could define the DEFAULT_CURRENCY_TYPE in the
environment.rb or something similar.
However, an app could also need to be localized, ie I might want the
default currency to be ? and someone else might want the ? (euro) in
their session of the same app.
So, I see this issue, but is not (yet) knowledgeable enough to figure
out a...