Guest User

Untitled

a guest
Jul 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. notification do
  2. controller :photos do
  3. action :create do
  4. role :admin do
  5. notify_through :rss
  6. end
  7.  
  8. role :hotelier do
  9. notify_through :email
  10. end
  11. end
  12. end
  13.  
  14. controller :maps do
  15. action :destroy do
  16. role :hotelier do
  17. notify_through [:rss, :email]
  18. end
  19. end
  20. end
  21. end
Add Comment
Please, Sign In to add comment