Class: Xhive::PagesController

Inherits:
ApplicationController show all
Extended by:
Widgify
Defined in:
app/controllers/xhive/pages_controller.rb

Instance Method Summary collapse

Methods included from Widgify

extended, widgify

Methods included from Controller

#current_controller, extended

Instance Method Details

#showObject



11
12
# File 'app/controllers/xhive/pages_controller.rb', line 11

def show
end

#widgetObject



14
15
16
# File 'app/controllers/xhive/pages_controller.rb', line 14

def widget
  render :show
end