Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.2.9) is shown here.
skip_default_locale!()
public
Do not use the default locale on template
lookup.
# File actionview/lib/action_view/lookup_context.rb, line 221
def skip_default_locale!
@skip_default_locale = true
self.locale = nil
end