Sha256: a3fc69bd2ccacd54942483f64427ea0cae26d3b5d287a1a9c4a51e93fe24b45b
Contents?: true
Size: 269 Bytes
Versions: 6
Compression:
Stored size: 269 Bytes
Contents
require "rails" require "fx/statements/function" require "fx/statements/trigger" module Fx # @api private module Statements include Function include Trigger end end ActiveRecord::ConnectionAdapters::AbstractAdapter.send( :include, Fx::Statements, )
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fx-0.5.0 | lib/fx/statements.rb |
fx-0.4.0 | lib/fx/statements.rb |
fx-0.3.1 | lib/fx/statements.rb |
fx-0.3.0 | lib/fx/statements.rb |
fx-0.2.0 | lib/fx/statements.rb |
fx-0.1.0 | lib/fx/statements.rb |