Created
June 13, 2017 18:05
-
-
Save alex-min/3ec7e6181582ef6e79db02c30f8ba4e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class RenderComponentsController < ActionController::Base | |
def create | |
render component: params[:component], props: params[:props] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment