aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers/apartment.rb
blob: d51724a049d8d818058c279f9802582f0c9d4b90 (plain)
1
2
3
4
Apartment.configure do |config|
  # set your options (described below) here
  config.excluded_models = ["Referential"]        # these models will not be multi-tenanted, but remain in the global (public) namespace
end