Sha256: 84c358d6a820a3272e939daaff118970f6070034d166949d3d5118b3a13264ea
Contents?: true
Size: 390 Bytes
Versions: 14
Compression:
Stored size: 390 Bytes
Contents
module ActiveAdminPro class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../../../..", __FILE__) # Install the active_admin_pro require to active_admin.js. def install_javascript # FIXME: Implement end # Install the active_admin_pro require to active_admin.scss. def install_stylesheet # FIXME: Implement end end end
Version data entries
14 entries across 14 versions & 1 rubygems