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