Ansd
Ansd

Reputation: 1865

How to make my model read from files in Ruby on Rails

I got my data stored in files in tab separated text format. I would like my model to read them instad of loading data from DB. Is that possible?

Upvotes: 0

Views: 69

Answers (1)

phoet
phoet

Reputation: 18845

i think that document_mapper should be worth looking at: https://github.com/ralph/document_mapper

Upvotes: 1

Related Questions