Guest User

Untitled

a guest
Jan 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ## config/initializers/foo.rb
  2. class Foo
  3. def self.shared
  4. @foo ||= Foo.new
  5. end
  6.  
  7. def do_stuff
  8. end
  9. end
Add Comment
Please, Sign In to add comment