Installing:
--- gem 'slim' gem 'linker_tool', git: 'git@github.com:AndySingularity/linker_tool.git' --- You need Bootstrap to make this gem look better: http://getbootstrap.com/
Usage:
Add helper method:
---
def main_linker
@main_linker ||= LinkerTool::ApplicationController.new.main_plate(params, form_authenticity_token)
end
---
And then use <%= raw main_linker %> where you want.
This project rocks and uses MIT-LICENSE.