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