Sha256: 86a1ae36d56a8d53bac3d78d7c32686c2612fb40ee3d1785948ba7b0eab940ba

Contents?: true

Size: 458 Bytes

Versions: 3

Compression:

Stored size: 458 Bytes

Contents

class C4Controller < ApplicationController

  # Regression test, names weren't working right when backstack was
  # called multiple times, so lets do that here.
  backstack({:g => "Golf"} => ["c3#d", "c3#e", "c3#f"])
  backstack({:h => "Hotel"} => ["c3#d", "c3#e", "c3#f"])
  backstack({:i => "India"} => ["c3#d", "c3#e", "c3#f"])
  backstack({:j => "Juliet"} => ["c3#d", "c3#e", "c3#f"])

  def g;
  end

  def h;
  end

  def i;
  end

  def j;
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
backstack-0.3.0 test/rails_root/app/controllers/c4_controller.rb
backstack-0.2.0 test/rails_root/app/controllers/c4_controller.rb
backstack-0.1.0 test/rails_root/app/controllers/c4_controller.rb