atom / language-ruby-on-rails

Ruby on Rails package for Atom
Other
48 stars 41 forks source link

before_action is just a new syntax for before_filter #15

Closed fusionat closed 10 years ago

fusionat commented 10 years ago

The command for before filters used to be called before_filter, but the Rails core team decided to rename it to emphasize that the filter takes place before particular controller actions.