Skip to content

Commit

Permalink
app/controllers: Remove extra mobile_filter_header
Browse files Browse the repository at this point in the history
Deletes extra copy of mobile_filter_header definition in
app/controllers/application_controller.rb

Missed this when reviewing RefugeRestrooms#420.
  • Loading branch information
DeeDeeG committed Oct 15, 2018
1 parent dfc04f1 commit 5bf8b53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ class ApplicationController < ActionController::Base
before_action :mobile_filter_header
before_action :set_locale

def mobile_filter_header
@mobile = true
end

def mobile_filter_header
@mobile = true
end
Expand Down

0 comments on commit 5bf8b53

Please sign in to comment.