Class: Ilog::Controllers::Digital::Tags
- Inherits:
-
Object
- Object
- Ilog::Controllers::Digital::Tags
- Includes:
- Action
- Defined in:
- lib/ilog/controllers/digital/tags.rb
Instance Method Summary collapse
Instance Method Details
#call(params) ⇒ Object
7 8 9 10 11 |
# File 'lib/ilog/controllers/digital/tags.rb', line 7 def call(params) keywords = ::Keyword.all self.format = :json self.body = keywords.to_json end |