module Apartment

def excluded_models

Default to empty array
def excluded_models
  @excluded_models || []
end