Module: Integrity::Helpers::Resources
- Included in:
- Integrity::Helpers
- Defined in:
- lib/integrity/helpers/resources.rb
Instance Method Summary collapse
Instance Method Details
#current_commit ⇒ Object
8 9 10 |
# File 'lib/integrity/helpers/resources.rb', line 8 def current_commit @commit ||= current_project.commits.first(:identifier => params[:commit]) or raise Sinatra::NotFound end |