Sha256: e4ba135c45a4bc10103d3359411de30a618d23d533fa5c705183757837e19190
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
class VcardsController < ApplicationController # User inherited resources logic inherit_resources respond_to :html, :js def directory_lookup @vcard = Vcard.find(params[:id]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_vcards-0.17.0 | app/controllers/vcards_controller.rb |