Guest User

Untitled

a guest
Dec 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. module BroadcastFlow
  2. class V2Decorator < ApplicationDecorator
  3. def navigation_partial
  4. end
  5.  
  6. def show_path
  7. h.event_path(model)
  8. end
  9. end
  10. end
Add Comment
Please, Sign In to add comment