Advertisement
Guest User

headles

a guest
Jan 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.35 KB | None | 0 0
  1. show do
  2.     attributes_table do
  3.       row :name
  4.       row :description
  5.       row :url
  6.     end
  7.    
  8.     panel 'Đ¡onditions' do
  9.       attributes_table_for trafficback.conditions do
  10.         rows :condition_type
  11.       end
  12.     end
  13.  
  14.     panel 'Offers' do
  15.       attributes_table_for trafficback.offers do
  16.         rows :title
  17.       end
  18.     end
  19.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement