An open API service indexing awesome lists of open source software.

https://github.com/nikku/action_annotation

Allows to write human readable behavioural descriptions of controller actions which can be accessed inside a rails-app at runtime
https://github.com/nikku/action_annotation

Last synced: 3 months ago
JSON representation

Allows to write human readable behavioural descriptions of controller actions which can be accessed inside a rails-app at runtime

Awesome Lists containing this project

README

          

= Action Annotation

This plug-in provides means to describe what controller actions are doing in a
human readable way and the possibility to access these descriptions in a
computer-friendly way during runtime.

See ActionAnnotation::Annotations::ClassMethods for examples.

== License

Copyright Nico Rehwaldt, Arian Treffer 2009

You may use, copy and redistribute this library under the same terms as
{Ruby itself}[http://www.ruby-lang.org/en/LICENSE.txt] or under the MIT-License.