Class: Decidim::Proposals::Admin::CreateProposalState
- Inherits:
-
Commands::CreateResource
- Object
- Command
- Commands::CreateResource
- Decidim::Proposals::Admin::CreateProposalState
- Defined in:
- decidim-proposals/app/commands/decidim/proposals/admin/create_proposal_state.rb
Instance Method Summary collapse
Methods inherited from Commands::CreateResource
Methods inherited from Command
call, #evaluate, #method_missing, #respond_to_missing?, #transaction, #with_events
Constructor Details
This class inherits a constructor from Decidim::Commands::CreateResource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Decidim::Command
Instance Method Details
#resource_class ⇒ Object
9 10 11 |
# File 'decidim-proposals/app/commands/decidim/proposals/admin/create_proposal_state.rb', line 9 def resource_class Decidim::Proposals::ProposalState end |