ErwinM/acts_as_tenant

undefined method `acts_as_tenant'

choilive opened this issue · 1 comments

Ruby 2.7, Rails 6.1, new project, acts_as_tenant v0.5.0

Getting a `undefined method `acts_as_tenant'
class PatientsController < ApplicationController
  acts_as_tenant(:practice)
end

Other acts_as_tenant methods seem to be working fine. Possibly related to zeitwerk? Other than that I dont have any leads. Also curious, note the backtick vs single quote.

Nevermind, Im stupid