module Qyu::Store::ActiveRecord
Constants
- VERSION
Public Class Methods
interface()
click to toggle source
# File lib/qyu/store/activerecord.rb, line 16 def interface defined?(Qyu::Store::Base) ? Qyu::Store::Base : Object end