diff options
Diffstat (limited to 'vendor/rails-2.0.2/railties/helpers/application_helper.rb')
-rw-r--r-- | vendor/rails-2.0.2/railties/helpers/application_helper.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/rails-2.0.2/railties/helpers/application_helper.rb b/vendor/rails-2.0.2/railties/helpers/application_helper.rb new file mode 100644 index 000000000..22a7940eb --- /dev/null +++ b/vendor/rails-2.0.2/railties/helpers/application_helper.rb @@ -0,0 +1,3 @@ +# Methods added to this helper will be available to all templates in the application. +module ApplicationHelper +end |