decko-commons/decko

View on GitHub
mod/api_key/set/right/account.rb

Summary

Maintainability
A
0 mins
Test Coverage
card_accessor :api_key

delegate :authenticate_api_key, to: :api_key_card

format :html do
  view :api_key do
    field_nest :api_key
  end
end