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