Class: Frontline::Sources

Inherits:
E
  • Object
show all
Includes:
EL::Finder
Defined in:
lib/frontline/controllers/sources.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

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



7
8
9
# File 'lib/frontline/controllers/sources.rb', line 7

def index
  render_l { finder(dst_path.root, editor: :ace) }
end