Skip to content

Instantly share code, notes, and snippets.

@adamgamble
Created January 26, 2011 19:46
Show Gist options
  • Select an option

  • Save adamgamble/797292 to your computer and use it in GitHub Desktop.

Select an option

Save adamgamble/797292 to your computer and use it in GitHub Desktop.
def self.fee_plans_for_agent(agent)
Region::FEE_PLANS.delete_if{|item| agent.code != "CS" && item[0] == "Checksmart Tax"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment