Look a bit further in the code:
def self.included(base)
base.send :helper_method, :current_user, :logged_in?
end
You’ll need to add your role_at_least method to this list. This includes the methods as ActionView helper methods.
Best regards
Peter De Berdt