class TrustyCms::ExtensionPath
def rake_task_paths
Returns a list of all the rake task files found within this extension root.
def rake_task_paths if check_subdirectory("lib/tasks") Dir[File.join("#{path}","lib/tasks/**","*.rake")] end end
def rake_task_paths if check_subdirectory("lib/tasks") Dir[File.join("#{path}","lib/tasks/**","*.rake")] end end