instance method
i18n_scope
Ruby on Rails 3.0.20
Since v3.0.20Signature
i18n_scope()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 38
def i18n_scope
@i18n_scope ||= file_path.gsub('/', '.')
end
Defined in railties/lib/rails/generators/named_base.rb line 38
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase