Class: Alchemy::Admin::Dashboard::Widgets::SystemInfo
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Alchemy::Admin::Dashboard::Widgets::SystemInfo
- Defined in:
- app/components/alchemy/admin/dashboard/widgets/system_info.rb
Instance Method Summary collapse
-
#initialize ⇒ SystemInfo
constructor
A new instance of SystemInfo.
Constructor Details
#initialize ⇒ SystemInfo
Returns a new instance of SystemInfo.
10 11 12 |
# File 'app/components/alchemy/admin/dashboard/widgets/system_info.rb', line 10 def initialize @alchemy_version = Alchemy.version end |