module SchemaComments::Schema
Public Class Methods
prepended(mod)
click to toggle source
# File lib/schema_comments/schema.rb, line 3 def self.prepended(mod) mod.singleton_class.prepend(ClassMethods) end
# File lib/schema_comments/schema.rb, line 3 def self.prepended(mod) mod.singleton_class.prepend(ClassMethods) end