Sha256: 5339a91d018d4ea4ad90b946f77163987a6c17af01d627399b6035d8b1b40357
Contents?: true
Size: 148 Bytes
Versions: 51
Compression:
Stored size: 148 Bytes
Contents
class ImagesController < ApplicationController def index @images = Image.all end def show @image = Image.find(params[:id]) end end
Version data entries
51 entries across 51 versions & 1 rubygems