mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19115 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b009d7165c
commit
b3c743b3ba
@ -18,7 +18,6 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
class RedminePluginModelGenerator < Rails::Generators::NamedBase
|
class RedminePluginModelGenerator < Rails::Generators::NamedBase
|
||||||
|
|
||||||
source_root File.expand_path("../templates", __FILE__)
|
source_root File.expand_path("../templates", __FILE__)
|
||||||
argument :model, :type => :string
|
argument :model, :type => :string
|
||||||
argument :attributes, :type => :array, :default => [], :banner => "field[:type][:index] field[:type][:index]"
|
argument :attributes, :type => :array, :default => [], :banner => "field[:type][:index] field[:type][:index]"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user