Class: Konacha::SpecsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/konacha/specs_controller.rb

Instance Method Summary collapse

Instance Method Details

#specsObject



7
8
9
# File 'app/controllers/konacha/specs_controller.rb', line 7

def specs
  @specs = Konacha::Spec.find(params[:path] || "")
end