Sha256: e0483a37342219d04b260eceaa4599baf34103eabec156c16236d58b53646816
Contents?: true
Size: 138 Bytes
Versions: 11
Compression:
Stored size: 138 Bytes
Contents
class AssignsController < ActionController::Base def test_assigns @foo = "foo" @foo_hash = { foo: :bar } head :ok end end
Version data entries
11 entries across 11 versions & 4 rubygems