Sha256: 7745bce76054ce03e6abe98f8afd9cc8311886691bbc9099eb6d7705a4fcda15
Contents?: true
Size: 214 Bytes
Versions: 11
Compression:
Stored size: 214 Bytes
Contents
module BigbluebuttonRails # just a wrapper around the Rails method to convert values to boolean def self.value_to_boolean(value) ActiveRecord::ConnectionAdapters::Column.value_to_boolean(value) end end
Version data entries
11 entries across 11 versions & 1 rubygems