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
- Host: GitHub
- URL: https://github.com/nikku/action_annotation
- Owner: nikku
- License: mit
- Created: 2009-05-06T14:21:23.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2010-03-12T23:26:48.000Z (over 16 years ago)
- Last Synced: 2025-01-28T12:47:29.700Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: MIT-LICENSE
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.