Skip to content

Instantly share code, notes, and snippets.

@paneq
Created May 4, 2012 22:12
Show Gist options
  • Save paneq/2598062 to your computer and use it in GitHub Desktop.
Save paneq/2598062 to your computer and use it in GitHub Desktop.
Simple controller with apotomo widgets
class AbsenceController < ApplicationController
has_widgets do |root|
root << widget("absence/absences", "absence_absences")
root << widget("absence/events", "absence_events")
root << widget("absence/documents", "absence_documents")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment