Sha256: 5762eea71fc5a4f58c8034630565ccb73d5eb78604c52c8e77b2f98908703535
Contents?: true
Size: 237 Bytes
Versions: 62
Compression:
Stored size: 237 Bytes
Contents
module Workarea module Admin class TimelineController < Admin::ApplicationController def show model = GlobalID::Locator.locate(params[:id]) @timeline = TimelineViewModel.new(model) end end end end
Version data entries
62 entries across 62 versions & 1 rubygems