Better user specs for joining tables
This commit is contained in:
@@ -24,7 +24,7 @@ private
|
||||
end
|
||||
|
||||
def set_locale
|
||||
I18n.locale = (params[:locale].presence || Rails.configuration.i18n.default_locale).to_sym
|
||||
I18n.locale = (params[:locale].presence || I18n.default_locale).to_sym
|
||||
end
|
||||
|
||||
def layout_by_resource
|
||||
|
||||
Reference in New Issue
Block a user