instance method
controller_i18n_scope
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.2.22.5Signature
controller_i18n_scope()
No documentation comment.
Source
# File railties/lib/rails/generators/resource_helpers.rb, line 52
def controller_i18n_scope
@controller_i18n_scope ||= controller_file_path.gsub('/', '.')
end
Defined in railties/lib/rails/generators/resource_helpers.rb line 52
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::ResourceHelpers