Sha256: 54a4b50f6c13affc87603fe0120ae3235e3f8cc994323b6bd28b042b067a4513
Contents?: true
Size: 226 Bytes
Versions: 2
Compression:
Stored size: 226 Bytes
Contents
module Shortcuts::Helpers::Db def have_db_columns(columns=[]) columns.each do |column| if @not should_not have_db_column column else should have_db_column column end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shortcuts-0.0.3 | lib/shortcuts/helpers/db.rb |
shortcuts-0.0.2 | lib/shortcuts/helpers/db.rb |