Sha256: f6aaa8319df645b3c53299f78fbc2419e3095ac82e276ffa0a49a888743d3362
Contents?: true
Size: 239 Bytes
Versions: 4
Compression:
Stored size: 239 Bytes
Contents
class SquirrelController < ApplicationController before_actions do all { @squirrel = action_name } except(:one) { @squirrel = "except before one" } end def one end def two end def three end end
Version data entries
4 entries across 4 versions & 1 rubygems