Class: Alephant::Preview::Server
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Alephant::Preview::Server
- Defined in:
- lib/alephant/preview/server.rb
Instance Method Summary collapse
Instance Method Details
#render_component ⇒ Object
28 29 30 |
# File 'lib/alephant/preview/server.rb', line 28 def render_component MultiRenderer.new(id, base_path).render_template(template, fixture_data) end |