public
Description: Components allow you to call other actions for their rendered response while executing another action
Homepage: http://rubyonrails.com/
Clone URL: git://github.com/rails/render_component.git
render_component / init.rb
100644 3 lines (2 sloc) 0.07 kb
1
2
3
require 'components'
ActionController::Base.send :include, Components