class Ilog::Controllers::Digital::Tags
Public Instance Methods
call(params)
click to toggle source
# File lib/ilog/controllers/digital/tags.rb, line 7 def call(params) keywords = ::Keyword.all self.format = :json self.body = keywords.to_json end