Sha256: afdcd03ae1bf372a9da604c686f173ab7f21443b8551b4bd7c1fd45f20fd3484
Contents?: true
Size: 412 Bytes
Versions: 5
Compression:
Stored size: 412 Bytes
Contents
class Skyline::Skyline2Controller < Skyline::ApplicationController layout "general" around_filter VersionStamper.instance before_filter :load_implementation protected def load_implementation @implementation = Skyline::Content::Implementation.instance end # Returns the current implementation # -- def current_implementation @implementation end end
Version data entries
5 entries across 5 versions & 2 rubygems