app/helpers/phcmembers/application_helper.rb in phcmembers-61.0.0 vs app/helpers/phcmembers/application_helper.rb in phcmembers-61.3.0
- old
+ new
@@ -1,14 +1,4 @@
module Phcmembers
- module ApplicationHelper
-
- # Add Active to Menu
- def is_active_controller(controller_name)
- params[:controller] == controller_name ? "active open selected" : nil
- end
-
- def is_active_action(action_name)
- params[:action] == action_name ? "active" : nil
- end
-
- end
+ module ApplicationHelper
+ end
end