module ActionDirector
directable.rb: Written by Ritchie Paul Buitre (2014)
Constants
- VERSION
Public Class Methods
included(receiver)
click to toggle source
# File lib/action_director.rb, line 6 def self.included(receiver) receiver.extend Directing receiver.send :include, Directing end