class ApplicationController < ActionController::Base # inspired by https://gist.github.com/1194204 def moustaches? !!params[:moustaches] end helper_method :moustaches? end