Initial commit
This commit is contained in:
5
lib/peatio/csv_formatter.rb
Normal file
5
lib/peatio/csv_formatter.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class CSVFormatter
|
||||
def self.call(object, env)
|
||||
object.to_csv
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user