-
Notifications
You must be signed in to change notification settings - Fork 3
just a little acts as state machine text mate bundle
levicole/acts-as-state-machine-tm-bundle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pretty simple acts as state machine bundle for text mate. Installation: cd ~/Library/Application\ Support/TextMate/Bundles/ git clone git://github.com/levicole/acts-as-state-machine-tm-bundle.git ActsAsStateMachine.tmbundle In text mate: From your drop down menu, select Bundles -> Bundle Editor -> Reload Bundles And thats it. The snippets are all pretty self explanitory. aasm[tab] generates acts_as_state_machin :initial => :new, :column => "status" event[tab] generates an event block transition generates: transitions :from => :state_1, :to => :state_2
About
just a little acts as state machine text mate bundle
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published