method

i18n_scope

i18n_scope()
protected

No documentation available.

# File railties/lib/rails/generators/named_base.rb, line 38
        def i18n_scope
          @i18n_scope ||= file_path.gsub('/', '.')
        end