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