Guest User

Untitled

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