Skip to content

Commit

Permalink
prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wilg committed May 2, 2015
1 parent e09c447 commit 0b7c78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/metermaid/stores/active_record_store.rb
Expand Up @@ -13,6 +13,7 @@ class MetermaidSample < ActiveRecord::Base
class ActiveRecordStore < Store

def open!
ActiveRecord::Base.table_name_prefix = 'metermaid_'
ActiveRecord::Base.logger = Logger.new(STDERR)
conn = ENV["DATABASE_URL"] || {
adapter: "postgresql",
Expand Down

0 comments on commit 0b7c78c

Please sign in to comment.