Sha256: 377bd176eebc59cb417399d7e26bae7b4823ca74174fc1f231168c80e07b05eb
Contents?: true
Size: 199 Bytes
Versions: 2
Compression:
Stored size: 199 Bytes
Contents
class DrawingsController < ApplicationController def show end def sketchily end def sketchily_tag end protected def get_drawing @drawing = Drawing.find(params[:id]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sketchily-4.0.1 | spec/dummy/app/controllers/drawings_controller.rb~ |
sketchily-4.0.0 | spec/dummy/app/controllers/drawings_controller.rb~ |