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