Skip to content
Discussion options

You must be logged in to vote

So, there isn't a public interface (eg, a rake task) for doing this. To make a change like this, you need to use the rails console to interact with the model layer directly. Generally speaking, this shouldn't be done, as there are lots of ways to get your instances data into an invalid state this way. Bottom line: what I'm about to explain is for experts only and is not an official, supported way to manage content in Manifold.

With a package install, you access the rails console with manifold-api console from the command line. In the console, you're writing Ruby commands that interact directly with the application, so be careful. Knowledge of Ruby and Rails is going to be helpful here.

To…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zdavis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants