class Frontline::Sources

Public Instance Methods

index() click to toggle source

asking el-finder to generate a file manager for editing effective application

# File lib/frontline/controllers/sources.rb, line 7
def index
  render_l { finder(dst_path.root, editor: :ace) }
end