Sha256: f361b99dc392dbe50664a854c88be06c77791ba31206357a48731b54327054c7
Contents?: true
Size: 157 Bytes
Versions: 5
Compression:
Stored size: 157 Bytes
Contents
class SketchilyController < ApplicationController def sketchily @drawing = Drawing.new end def sketchily_tag @drawing = Drawing.new end end
Version data entries
5 entries across 5 versions & 1 rubygems