Sha256: 8150e6ee83a80d60cb263e921969a5245878f29ad354cd9e6224491ddf1f7f14
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
class CucumberMonitorController < ApplicationController def features @features = CucumberMonitor.new.features end def show_feature @feature = CucumberMonitor.new.features.where(name: params[:name]) end def search @search_results = CucumberMonitor.new.search(params[:criteria]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber_monitor-0.0.1 | app/controllers/cucumber_monitor_controller.rb |