Sha256: 09d509484d46f6c6d98cb26f90ed465767e94a67f0c314cad70f49ab980d0608

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

class AdminAssistant
  module Helper
    def admin_assistant_includes(opts = {})
      theme = opts[:theme] || 'default'
      stylesheet_link_tag("admin_assistant/#{theme}") +
          javascript_include_tag('admin_assistant')
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
admin_assistant-1.0.4 lib/admin_assistant/helper.rb
admin_assistant-1.0.2 lib/admin_assistant/helper.rb
admin_assistant-1.0.1 lib/admin_assistant/helper.rb
admin_assistant-1.0.0 lib/admin_assistant/helper.rb