Last active
August 29, 2015 14:16
-
-
Save andyrue/2ae2000e8354f0a7adb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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