Sha256: 64ad46b595741f3ec8b9e2065a855480b8f867fcf1adc81f5094fc3387106b6c
Contents?: true
Size: 1.11 KB
Versions: 11
Compression:
Stored size: 1.11 KB
Contents
Alchemy::Modules.register_module({ name: 'alchemy_ajax_forms', order: 1, navigation: { name: 'modules.<%= name.pluralize.underscore%>', controller: '/admin/<%= name.pluralize.underscore%>', action: 'index', image: 'alchemy/ajax_form.png', sub_navigation: [ { name: 'modules.<%= name.pluralize.underscore%>', controller: '/admin/<%= name.pluralize.underscore%>', action: 'index' }, ] } }) Alchemy.register_ability(<%= name.singularize.classify%>Ability) module Alchemy EMAIL_NOTIFY= "example@example.it" EMAIL_NOTIFY_FROM = "no-reply@example.it" end
Version data entries
11 entries across 11 versions & 1 rubygems