Genshin/GAKUEngine

View on GitHub
core/app/models/gaku/install.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Gaku
  class Install < ActiveRecord::Base
    devise :database_authenticatable, :registerable,
           :recoverable, :rememberable, :trackable, :validatable
  end
end