ace/example/rules.rb
Jakub Stastny aka botanicus e5fe48990d Fixed the example.
2011-05-26 12:10:16 +02:00

9 lines
130 B
Ruby

# encoding: utf-8
# filters
rule Post, "posts/*.html"
rule Ace::Asset, "assets/**/*"
# generators
generator Tag#, "/tags/:slug"