Sha256: 9a24c5b25c03b639c09c2e21cbb660f44d61835e23bba535d0958684206eb363
Contents?: true
Size: 315 Bytes
Versions: 21
Compression:
Stored size: 315 Bytes
Contents
module Mack # Right now Mack::Response is just a wrapper around Rack::Response. # Down the line this may be used to spice up the response. class Response < Rack::Response attr_accessor :controller def assigns(key) self.controller.instance_variable_get("@#{key}") end end end
Version data entries
21 entries across 21 versions & 1 rubygems