Sha256: edc4bb41ed69060ca3ba421026a79cb793e7df2b2a9881884f85befeaafe67cd
Contents?: true
Size: 230 Bytes
Versions: 4
Compression:
Stored size: 230 Bytes
Contents
class Components::View < ActionView::Base delegate :protect_against_forgery?, :form_authenticity_token, :to => :controller # TODO: rendering from a component view should be restricted to *just* rendering other components. end
Version data entries
4 entries across 4 versions & 1 rubygems