controller

Ruby code posted by Rails
created at 07 Oct 18:44

Edit | Back
1
2
3
4
def show
  @invoice = Invoice.find(params[:id)
  respond_with(@invoice)
end
80 Bytes in 2 ms with coderay