diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/extensions/couchrest.rb | 4 | ||||
-rw-r--r-- | lib/leap_web/version.rb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/extensions/couchrest.rb b/lib/extensions/couchrest.rb index 95f5d92..df83c9f 100644 --- a/lib/extensions/couchrest.rb +++ b/lib/extensions/couchrest.rb @@ -1,5 +1,9 @@ module CouchRest module Model + class Base + extend ActiveModel::Naming + extend ActiveModel::Translation + end module Designs class View diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index b92d0a3..56df918 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.5.1" unless defined?(LeapWeb::VERSION) + VERSION = "0.5.2" unless defined?(LeapWeb::VERSION) end |