Hi all! I am attemping to call a method inside of my
LeviUserController named show_userland from my
LeviInterfaceController class. No matter how I do it,
I keep getting some type of error. If I make the method
a class method, then my render_partial inside of
show_userland can’t be found. If i call it using
I am needing to render a partial from a bunch of classes. The user
class should render the userland, the module class should render
the modules and the interface module (which should call the others)
needs to render some additional information such as an editor. Is
there a better way to do this?