Guest User

Untitled

a guest
Feb 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Application < Merb::Controller
  2.  
  3. override! :_call_action
  4.  
  5. def _call_action(*)
  6. repository(:repository) do |r|
  7. super
  8. end
  9. end
  10.  
  11. end
Add Comment
Please, Sign In to add comment