Guest User

Untitled

a guest
Feb 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. require File.dirname(__FILE__) + '/../../config/boot'
  3. require File.dirname(__FILE__) + '/../../config/environment'
  4. require 'open-uri'
  5. ActiveRecord::Base.configurations["production"]
  6. ActiveRecord::Base.establish_connection
  7.  
  8.  
  9. @articles=Article.find(:all)...etc
Add Comment
Please, Sign In to add comment