cowtech-rails 1.5.0.0 → 1.5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,11 +8,11 @@ module Cowtech
8
8
  module RubyOnRails
9
9
  module Models
10
10
  class ModelBase < ::ActiveRecord::Base
11
- def deleted_column
11
+ def self.deleted_column
12
12
  "deleted"
13
13
  end
14
14
 
15
- def status_column
15
+ def self.status_column
16
16
  "status_id"
17
17
  end
18
18
 
@@ -9,7 +9,7 @@ module Cowtech
9
9
  module Version
10
10
  MAJOR = 1
11
11
  MINOR = 5
12
- PATCH = 0
12
+ PATCH = 1
13
13
  BUILD = 0
14
14
 
15
15
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
+ - 1
8
9
  - 0
9
- - 0
10
- version: 1.5.0.0
10
+ version: 1.5.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shogun