elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
370 stars 33 forks source link

To add render_other_action response type #166

Closed 0xAX closed 10 years ago

0xAX commented 10 years ago

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]}