I have a model Goal with a column content (and id and others). I want to create a goal without writing the usual code needed for CRUD. I need a limited number of goals, and I (the admin) need to control them.
In Django I could use the API from the command line. In rails, how can I create items without going through CRUD?