module Entangled::Controller
Public Class Methods
included(receiver)
click to toggle source
# File lib/entangled/controller.rb, line 258 def self.included(receiver) receiver.send :include, InstanceMethods end