Search code examples
ruby-on-railsruby-on-rails-3ruby-on-rails-3.1ruby-on-rails-3.2

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?


Solution

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