Skip to content

Instantly share code, notes, and snippets.

@bhserna
Last active November 11, 2016 17:26
Show Gist options
  • Save bhserna/c7c65e085b2cd75a2d5695d131059edf to your computer and use it in GitHub Desktop.
Save bhserna/c7c65e085b2cd75a2d5695d131059edf to your computer and use it in GitHub Desktop.
5 Rules - Module functions
module Projects
def self.publish_project
end
def self.add_termination_date_form
end
def self.add_termination_date
end
def self.details_page_for_project
end
def self.terminate_funding_form
end
def self.terminate_funding
end
def self.terminated_funding_page
end
def self.revert_funding_termination
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment