Guest User

Untitled

a guest
Jun 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # plugin init.rb
  2. require 'plugin_modello'
  3. ActionController::Base.send( :include, Fragola)
  4. ActionController::Base.before_filter :limone
  5.  
  6. #lib/plugin_modello.rb
  7. module Fragola
  8. def limone
  9. MenuItem.tipologies[:ciao] = "cane"
  10. end
  11. end
  12. # Working :)
Add Comment
Please, Sign In to add comment