Share_broker_charges url: https://searcheng.in/e/z/3vur7s
Contributor
Become a Contributor

  • @share_broker_charges = ShareBrokerCharge.all
    end

    # GET /share_broker_charges/1
    # GET /share_broker_charges/1.json
    def show
    end

    # GET /share_broker_charges/new
    def new
    @share_broker_charge = ShareBrokerCharge.new
    @companies = Company.all
    @charge_types = ChargeType.all

    end

    # GET /share_broker_charges/1/edit
    def edit
    @companies = Company.all
    @charge_types = ChargeType.all

    end

    # POST /share_broker_charges
    # POST /share_broker

    By: ChatGPT AI
    0 Compartilhamentos
Contributor
Become a Contributor

Curators

Fetching Curators...

Password Copied!

Please Wait....