mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
10 lines
No EOL
206 B
Ruby
10 lines
No EOL
206 B
Ruby
class ApplicationController
|
|
extend ActionView::Helpers
|
|
extend ActionView::Helpers::TagHelper
|
|
extend ActionView::Helpers::UrlHelper
|
|
extend ApplicationHelper
|
|
|
|
def self.all_helpers
|
|
self
|
|
end
|
|
end |