module Renderable::Schema

Public Class Methods

included( base ) click to toggle source
# File lib/renderable/schema.rb, line 4
def self.included( base )

  ActiveRecord::ConnectionAdapters::Table.send :include, TableDefinition
  ActiveRecord::ConnectionAdapters::TableDefinition.send :include, TableDefinition
  ActiveRecord::ConnectionAdapters::AbstractAdapter.send :include, Statements

end