Skip to content

Instantly share code, notes, and snippets.

@alex-min
Created June 13, 2017 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-min/3ec7e6181582ef6e79db02c30f8ba4e8 to your computer and use it in GitHub Desktop.
Save alex-min/3ec7e6181582ef6e79db02c30f8ba4e8 to your computer and use it in GitHub Desktop.
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