Sha256: 63c40f8a12ee5d4b0e1780931d52af4daa646b9d6290304fe47e9fcf323826fc
Contents?: true
Size: 161 Bytes
Versions: 11
Compression:
Stored size: 161 Bytes
Contents
class ViewAssignsController < ActionController::Base def test_assigns @foo = "foo" head :ok end def view_assigns { "bar" => "bar" } end end
Version data entries
11 entries across 11 versions & 4 rubygems