Sha256: 3ecef78e0c9b40669580e5b5360230cf077991325ca323f932e67ca8132ab2ac

Contents?: true

Size: 149 Bytes

Versions: 30

Compression:

Stored size: 149 Bytes

Contents

module Blog
  class Tags < Controller
    map '/tag'

    def index(*tags)
      @tags = Tag.filter(:name => tags).eager(:entries)
    end
  end
end

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
Pistos-ramaze-2009.04.08 examples/app/blog/controller/tag.rb
Pistos-ramaze-2009.06.12 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.04.01 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.04.08 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.04.18 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.04.22 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.04 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.05.08 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.05 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.06.04 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.06.12 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.06 examples/app/blog/controller/tag.rb
manveru-ramaze-2009.07 examples/app/blog/controller/tag.rb
rjspotter-ramaze-2009.06.29 examples/app/blog/controller/tag.rb
rjspotter-ramaze-2009.06.31 examples/app/blog/controller/tag.rb
ramaze-2011.07.25 examples/app/blog/controller/tag.rb
ramaze-2011.01.30 examples/app/blog/controller/tag.rb
ramaze-2011.01 examples/app/blog/controller/tag.rb
ramaze-2010.06.18 examples/app/blog/controller/tag.rb
ramaze-2010.04.04 examples/app/blog/controller/tag.rb