Sha256: f3a290062505a3ba3e9b6f73a50ac2157071f80a9f6565637b302d23ef908a6d
Contents?: true
Size: 209 Bytes
Versions: 12
Compression:
Stored size: 209 Bytes
Contents
require_dependency "fooltip/application_controller" module Fooltip class ContainersController < ApplicationController def show @container = Container.find params[:id] rescue nil end end end
Version data entries
12 entries across 12 versions & 1 rubygems