Sha256: ce792bbbc70a747bda0d5fc74abcdefd4fb47f3b9496a7dea94e89dda900cefd

Contents?: true

Size: 245 Bytes

Versions: 12

Compression:

Stored size: 245 Bytes

Contents

module Mack
  module Controller
    module Tell
      
      def tell
        (session[:tell] ||= {})
      end
      
      include_safely_into(Mack::Controller, Mack::Rendering::ViewTemplate)
      
    end # Tell
  end # Controller
end # Mack

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
mack-0.7.0.1 lib/mack/controller/tell.rb
mack-0.7.1.1 lib/mack/controller/tell.rb
mack-0.7.0 lib/mack/controller/tell.rb
mack-0.8.0.100 lib/mack/controller/tell.rb
mack-0.8.0.101 lib/mack/controller/tell.rb
mack-0.7.1 lib/mack/controller/tell.rb
mack-0.8.2 lib/mack/controller/tell.rb
mack-0.8.0 lib/mack/controller/tell.rb
mack-0.8.0.2 lib/mack/controller/tell.rb
mack-0.8.1 lib/mack/controller/tell.rb
mack-0.8.3.1 lib/mack/controller/tell.rb
mack-0.8.3 lib/mack/controller/tell.rb