module Rolypoly::IndexRoleDSL
Public Class Methods
included(base)
click to toggle source
# File lib/rolypoly/index_role_dsl.rb, line 7 def self.included(base) base.extend(ClassMethods) base.send(:include, InstanceMethods) end