简体   繁体   中英

Read file Contents in Ruby On Rails

I want to read file contents from .txt file and need to store those contents in database. This need for cms pages. I want to load cms pages while run my seeds file. Any one Please..

File.read("PATH_TO_FILE")

然后照常写入db。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM