Last active
February 25, 2019 21:13
-
-
Save vovimayhem/2a4f677028e8e8fd0413781638c5c3aa to your computer and use it in GitHub Desktop.
Coding with Docker: Solving generated code file permission problems
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
| # Generate a rails model: | |
| rails g model my_model title:string body:text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment