Skip to content

Instantly share code, notes, and snippets.

@dpritchett
Forked from unstablereality/gist:8419246
Created January 14, 2014 15:18
Show Gist options
  • Save dpritchett/8419942 to your computer and use it in GitHub Desktop.
Save dpritchett/8419942 to your computer and use it in GitHub Desktop.
class FranchiseeRequest < ActiveRecord:: Base
attr_accessor :skip_region_validation
attr_accessor :skip_region_validation, as: :import
validate :expanding_into_region, unless: !!ENV["IMPORT_HAX_LOL"]
def expanding_into_region
raise error if franchise is not expanding into current region
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment