method
i18n_scope
v4.2.1 -
Show latest stable
- Class:
Rails::Generators::NamedBase
i18n_scope()protected
No documentation available.
# File railties/lib/rails/generators/named_base.rb, line 113
def i18n_scope
@i18n_scope ||= file_path.tr('/', '.')
end