This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # app/models/something.rb | |
| class Something < ActiveRecord::Base | |
| ... | |
| end | |
| # app/models/example.rb | |
| class Example < ActiveRecord::Base | |
| include Something # (I get the error here) | |
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p disk/assets | |
| mkdir -p disk/system | |
| ln -s ../disk/assets public/assets | |
| ln -s ../disk/system public/system |
NewerOlder