module FromClauseTranslate
Constants
- VERSION
Public Class Methods
included(model)
click to toggle source
# File lib/from_clause_translate.rb, line 7 def self.included(model) model.extend FromClauseTranslate::ClassMethods end