Sha256: 826c602a15d8d182a10255756277720f15d39587b516634a040a13452dcc4025
Contents?: true
Size: 314 Bytes
Versions: 4
Compression:
Stored size: 314 Bytes
Contents
module Workarea module Admin module Listrak class EventsController < Admin::ApplicationController def index @events = Workarea::Listrak.email.events.all list_id end private def list_id params[:list_id] end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems