Class: TerminalBuildsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/terminal_builds_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#authenticate_terminal

Instance Method Details

#hashesObject



4
5
6
# File 'app/controllers/terminal_builds_controller.rb', line 4

def hashes
  render :json => TerminalBuild.find(params[:id]).hashes
end