Ch3: Trouble with I18n validation posted by Bill Lazar @ Thu, 23 Jun 2011...
Thanks, that fixed it for me.
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Mon, 20 Jun 2011...
When I include the line:validates :locale, inclusion: I18N.available_locales.map(&:to_s)I get an error on app startup:uninitialized constant Cms::I18N (NameError)(Cms being the model name)Any...
View ArticleCh3: Trouble with I18n validation posted by José Valim @ Thu, 23 Jun 2011...
An unfortunate typo: it should be I18n and not I18N. :)
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Thu, 23 Jun 2011...
Thanks, that fixed it for me.
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Mon, 20 Jun 2011...
When I include the line:validates :locale, inclusion: I18N.available_locales.map(&:to_s)I get an error on app startup:uninitialized constant Cms::I18N (NameError)(Cms being the model name)Any...
View ArticleCh3: Trouble with I18n validation posted by José Valim @ Thu, 23 Jun 2011...
An unfortunate typo: it should be I18n and not I18N. :)
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Thu, 23 Jun 2011...
Thanks, that fixed it for me.
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Mon, 20 Jun 2011...
When I include the line:validates :locale, inclusion: I18N.available_locales.map(&:to_s)I get an error on app startup:uninitialized constant Cms::I18N (NameError)(Cms being the model name)Any...
View ArticleCh3: Trouble with I18n validation posted by José Valim @ Thu, 23 Jun 2011...
An unfortunate typo: it should be I18n and not I18N. :)
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Thu, 23 Jun 2011...
Thanks, that fixed it for me.
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Mon, 20 Jun 2011...
When I include the line:validates :locale, inclusion: I18N.available_locales.map(&:to_s)I get an error on app startup:uninitialized constant Cms::I18N (NameError)(Cms being the model name)Any...
View ArticleCh3: Trouble with I18n validation posted by José Valim @ Thu, 23 Jun 2011...
An unfortunate typo: it should be I18n and not I18N. :)
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Thu, 23 Jun 2011...
Thanks, that fixed it for me.
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Mon, 20 Jun 2011...
When I include the line:validates :locale, inclusion: I18N.available_locales.map(&:to_s)I get an error on app startup:uninitialized constant Cms::I18N (NameError)(Cms being the model name)Any...
View ArticleCh3: Trouble with I18n validation posted by José Valim @ Thu, 23 Jun 2011...
An unfortunate typo: it should be I18n and not I18N. :)
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Thu, 23 Jun 2011...
Thanks, that fixed it for me.
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Mon, 20 Jun 2011...
When I include the line:validates :locale, inclusion: I18N.available_locales.map(&:to_s)I get an error on app startup:uninitialized constant Cms::I18N (NameError)(Cms being the model name)Any...
View ArticleCh3: Trouble with I18n validation posted by José Valim @ Thu, 23 Jun 2011...
An unfortunate typo: it should be I18n and not I18N. :)
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Thu, 23 Jun 2011...
Thanks, that fixed it for me.
View ArticleCh3: Trouble with I18n validation posted by Bill Lazar @ Mon, 20 Jun 2011...
When I include the line:validates :locale, inclusion: I18N.available_locales.map(&:to_s)I get an error on app startup:uninitialized constant Cms::I18N (NameError)(Cms being the model name)Any...
View Article