ActiveAdmin

Ruby code posted by Ismail
created at 02 Jan 11:55

Edit | Back
1
2
3
4
5
6
def www(text) 
  puts text
  csv do
    column(:id) 
  end
end
67 Bytes in 2 ms with coderay