Sha256: 69287a89b2eab152239f81492245b670308e0ce00c3eb725265f600972e4991a
Contents?: true
Size: 191 Bytes
Versions: 4
Compression:
Stored size: 191 Bytes
Contents
class CalendarEventsController < ApplicationController layout Spud::Events.config.calendar_layout || 'spud/calendar' def show @event = SpudCalendarEvent.find(params[:id]) end end
Version data entries
4 entries across 4 versions & 2 rubygems