##// END OF EJS Templates
r18551@gaspard (orig r1815): jplang | 2008-09-13 18:45:01 +0200...
r18551@gaspard (orig r1815): jplang | 2008-09-13 18:45:01 +0200 Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users (#1154). A migration automatically adds this permission to roles that were allowed to view wiki pages. git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1844 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1785:f7acdd1afde3
r1842:3810bac939d6
Show More
controller.rb
7 lines | 132 B | text/x-ruby | RubyLexer
class <%= class_name %>Controller < ApplicationController
<% actions.each do |action| -%>
def <%= action %>
end
<% end -%>
end