Sha256: 083a88b830f221f1a342bfa24c3a7f638105f141771b01f97a1fc825688ec32b
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
module KonoMailup class TestApisController < ApplicationController before_action :load_client def list end private def load_client @client = KonoMailup::API.new end end end
Version data entries
3 entries across 3 versions & 1 rubygems