Guest User

Untitled

a guest
Jun 22nd, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class MenuItem < ActiveRecord::Base
  2. @@tipologies = { 'Pagina' =>'page',"Mappa"=>'map'}
  3. cattr_accessor :tipologies
  4. end
Add Comment
Please, Sign In to add comment