Skip to content

Commit

Permalink
Merge pull request everzet#83 from brentc/master
Browse files Browse the repository at this point in the history
Add symfony:init:acl task
  • Loading branch information
everzet committed Jan 10, 2012
2 parents c311096 + cf4014b commit 8164c0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/symfony2.rb
Expand Up @@ -281,6 +281,14 @@
end
end

namespace :init do
desc "Mounts ACL tables in the database"
task :acl do
run "cd #{latest_release} && #{php_bin} #{symfony_console} init:acl --env=#{symfony_env_prod}"
end
end


namespace :propel do
namespace :database do
desc "Create the configured databases."
Expand Down

0 comments on commit 8164c0d

Please sign in to comment.