Class: Alchemy::Admin::Dashboard::Widgets::SystemInfo

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/alchemy/admin/dashboard/widgets/system_info.rb

Instance Method Summary collapse

Constructor Details

#initializeSystemInfo

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