Sha256: b5cf21b2745d42c61c261af2f45c19360ab43070049a03700f7fb70f2f24f67a
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
class CarryoverController < ApplicationController def show # nothing here @the_id = params[:id] end def edit # nothing here @the_id = params[:id] end end
Version data entries
2 entries across 2 versions & 1 rubygems