Sha256: a0a392751080e53bf31dbcef0c7c9f6f9e6b25796e93683e776266aef87f101a
Contents?: true
Size: 210 Bytes
Versions: 10
Compression:
Stored size: 210 Bytes
Contents
require_dependency "ishapi/application_controller" module Ishapi class ReportsController < ApplicationController def show @report = Report.find_by :name_seo => params[:name_seo] end end end
Version data entries
10 entries across 10 versions & 1 rubygems