Guest User

Untitled

a guest
Apr 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class MySQLFactory
  2.  
  3. private_class_method :new
  4. @@instance = nil
  5. def self.getInstance
  6. @@instance ||= ActiveRecord::Base.connection.raw_connection();
  7. end
  8. end
Add Comment
Please, Sign In to add comment