Created
January 15, 2015 18:31
-
-
Save hopsoft/2452e372572a15f4b1ad to your computer and use it in GitHub Desktop.
Easy way to create a Rails fixture stub
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
| require "model_probe" | |
| User.extend ModelProbe | |
| User.fixture |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment