Sha256: 0f5deec3626c0b2b8a63be8bae376b80a76fac71c1a51dd4c53cd84f804655a4
Contents?: true
Size: 173 Bytes
Versions: 3
Compression:
Stored size: 173 Bytes
Contents
class ProductsController < ActionController::Base helper :products def index @products = %w(one two three) end def rescue_action(e) raise e end end
Version data entries
3 entries across 3 versions & 1 rubygems