Flowdock
method

all_helpers_from_path

Importance_1
all_helpers_from_path(path) public

Returns a list of helper names in a given path.

ActionController::Base.all_helpers_from_path 'app/helpers'
# => ["application", "chart", "rubygems"]
Show source
Register or log in to add new notes.