Guest User

Untitled

a guest
Feb 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Bootstrap the Rails environment, frameworks, and default configuration
  2. require File.join(File.dirname(__FILE__), 'boot')
  3. require 'git_conf'
  4.  
  5. Rails::Initializer.run(:process, GitConf.new) do |config|
  6. # ...
  7. end
Add Comment
Please, Sign In to add comment