Sha256: 479378f7ea7a97ccab2049e6c155f9ad1006b8490a33673b2d10c411b29cef35
Contents?: true
Size: 192 Bytes
Versions: 2
Compression:
Stored size: 192 Bytes
Contents
module NetworkExecutive class ProgramsController < NetworkExecutive::ApplicationController def show render "network_executive/programs/#{params[:program_name]}" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
network_executive-0.0.8 | app/controllers/network_executive/programs_controller.rb |
network_executive-0.0.7 | app/controllers/network_executive/programs_controller.rb |