Skip to content

Instantly share code, notes, and snippets.

@andyrue
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyrue/2ae2000e8354f0a7adb6 to your computer and use it in GitHub Desktop.
Save andyrue/2ae2000e8354f0a7adb6 to your computer and use it in GitHub Desktop.
def set_incl_in_minutes
if incl_in_minutes.nil? && ['Motion to Approve', 'Motion to Receive'].include?(proposed_result)
self.incl_in_minutes = true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment