elixir-web/weber

To add render_other_action response type

0xAX opened this issue · 0 comments

0xAX commented

Now every action has own view, need to add render_other_action response type for rendering another view from action.

Example:

{:render_other_action, :action1, [binding: val]}