Method: Gitgo::Controllers::Code#treeish

Defined in:
lib/gitgo/controllers/code.rb

#treeishObject



61
62
63
# File 'lib/gitgo/controllers/code.rb', line 61

def treeish
  request['at'] || grit.head.commit
end