module RailheadAutoUserController

Public Instance Methods

auto_user() click to toggle source
# File lib/railhead_autouser.rb, line 19
def auto_user
  class_eval do
    cache_sweeper :railhead_auto_user_sweeper
  end
end