Searched defs:ref (Results 1 - 2 of 2) sorted by relevance

/ontohub/app/helpers/
H A Dhistory_helper.rb10 def ref method in class:HistoryHelper
11 params[:ref] || 'master'
15 @commit_id ||= repository.commit_id(params[:ref])
/ontohub/app/controllers/
H A Dfiles_controller.rb5 helper_method :repository, :ref, :oid, :path, :branch_name
76 def ref method in class:FilesController
77 params[:ref] || 'master'
94 @commit_id ||= repository.commit_id(params[:ref])

Completed in 22 milliseconds