Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Created May 16, 2012 14:36
Show Gist options
  • Save carlcrott/2710828 to your computer and use it in GitHub Desktop.
Save carlcrott/2710828 to your computer and use it in GitHub Desktop.
## research_paper.rb
...
def testar
return 'derp'
end
## users_helper.rb
...
def invoke
return ResearchPaper.testar
end
## /app/views/users/show.html.haml
=testar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment