About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
shimgo
10/23/2016 - 3:48 AM
share
Share
add_circle_outline
Save
lib 以下を自動ロードさせる
lib 以下を自動ロードさせる
rails_auto_load.md
content_copy
file_download
Rendered
Source
config/application.rb に以下を追加
config.autoload_paths += %W(#{config.root}/lib)
clear