// "@Pointcut declared on codestyle advice" // Should have got a message about not allowing @Pointcut on advice import org.aspectj.lang.annotation.*; aspect A{ @Pointcut("call(* *.*(..))") before(): call(* *(..)) { } } m feed' href='https://source.dussan.org/redmine.git/atom/lib/generators/redmine_plugin_controller/USAGE?h=2.4-stable' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_controller/USAGE
blob: adc3f82b3dbdff8df789e8a84c1676715423d19b (plain)
1
2
3
4
5
Description:
    Generates a plugin controller.

Example:
    ./script/rails generate redmine_plugin_controller meetings pools index show vote