aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handler.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-06-11 22:05:36 -0500
committerJoshua Peek <josh@joshpeek.com>2008-06-11 22:05:36 -0500
commit5ed162d7c1fc2cd6495249fbaf8692fc1ab5a1eb (patch)
tree4b92b8474d1941359ebb5bedff56f81b8d175bcb /actionpack/lib/action_view/template_handler.rb
parent2275b8daab924a8e26afbd4048d8ab9530e7c792 (diff)
downloadrails-5ed162d7c1fc2cd6495249fbaf8692fc1ab5a1eb.tar.gz
rails-5ed162d7c1fc2cd6495249fbaf8692fc1ab5a1eb.tar.bz2
rails-5ed162d7c1fc2cd6495249fbaf8692fc1ab5a1eb.zip
Moved template handler registration into a mix-in module.
Diffstat (limited to 'actionpack/lib/action_view/template_handler.rb')
-rw-r--r--actionpack/lib/action_view/template_handler.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/template_handler.rb b/actionpack/lib/action_view/template_handler.rb
index ec407e3fb3..39e578e586 100644
--- a/actionpack/lib/action_view/template_handler.rb
+++ b/actionpack/lib/action_view/template_handler.rb
@@ -1,6 +1,5 @@
module ActionView
class TemplateHandler
-
def self.line_offset
0
end